Class: Aws::Lightsail::Types::ResourceReceivingAccess

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb

Overview

Describes an Amazon Lightsail instance that has access to a Lightsail bucket.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the Lightsail instance.

Returns:

  • (String)


13505
13506
13507
13508
13509
13510
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 13505

class ResourceReceivingAccess < Struct.new(
  :name,
  :resource_type)
  SENSITIVE = []
  include Aws::Structure
end

#resource_typeString

The Lightsail resource type (for example, Instance).

Returns:

  • (String)


13505
13506
13507
13508
13509
13510
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 13505

class ResourceReceivingAccess < Struct.new(
  :name,
  :resource_type)
  SENSITIVE = []
  include Aws::Structure
end