Class: Aws::Lightsail::Types::ResourceReceivingAccess
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::ResourceReceivingAccess
- 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
-
#name ⇒ String
The name of the Lightsail instance.
-
#resource_type ⇒ String
The Lightsail resource type (for example,
Instance
).
Instance Attribute Details
#name ⇒ String
The name of the Lightsail instance.
13521 13522 13523 13524 13525 13526 |
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 13521 class ResourceReceivingAccess < Struct.new( :name, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The Lightsail resource type (for example, Instance
).
13521 13522 13523 13524 13525 13526 |
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 13521 class ResourceReceivingAccess < Struct.new( :name, :resource_type) SENSITIVE = [] include Aws::Structure end |