Class: Aws::Outposts::Types::GetSiteAddressOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Outposts::Types::GetSiteAddressOutput
- Includes:
- Structure
- Defined in:
- 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.
1021 1022 1023 1024 1025 1026 1027 |
# File 'lib/aws-sdk-outposts/types.rb', line 1021 class GetSiteAddressOutput < Struct.new( :site_id, :address_type, :address) SENSITIVE = [] include Aws::Structure end |
#address_type ⇒ String
The type of the address you receive.
1021 1022 1023 1024 1025 1026 1027 |
# File 'lib/aws-sdk-outposts/types.rb', line 1021 class GetSiteAddressOutput < Struct.new( :site_id, :address_type, :address) SENSITIVE = [] include Aws::Structure end |
#site_id ⇒ String
The ID of the site.
1021 1022 1023 1024 1025 1026 1027 |
# File 'lib/aws-sdk-outposts/types.rb', line 1021 class GetSiteAddressOutput < Struct.new( :site_id, :address_type, :address) SENSITIVE = [] include Aws::Structure end |