Class: Aws::Outposts::Types::GetSiteAddressOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Outposts::Types::GetSiteAddressOutput
- Defined in:
- gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#address ⇒ Types::Address
Information about the address.
-
#address_type ⇒ String
The type of the address you receive.
-
#site_id ⇒ String
The ID of the site.
Instance Attribute Details
#address ⇒ Types::Address
Information about the address.
688 689 690 691 692 693 694 |
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 688 class GetSiteAddressOutput < Struct.new( :site_id, :address_type, :address) SENSITIVE = [] include Aws::Structure end |
#address_type ⇒ String
The type of the address you receive.
688 689 690 691 692 693 694 |
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 688 class GetSiteAddressOutput < Struct.new( :site_id, :address_type, :address) SENSITIVE = [] include Aws::Structure end |
#site_id ⇒ String
The ID of the site.
688 689 690 691 692 693 694 |
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 688 class GetSiteAddressOutput < Struct.new( :site_id, :address_type, :address) SENSITIVE = [] include Aws::Structure end |