Class: Aws::Outposts::Types::GetSiteAddressInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Outposts::Types::GetSiteAddressInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-outposts/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#address_type ⇒ String
The type of the address you request.
-
#site_id ⇒ String
The ID or the Amazon Resource Name (ARN) of the site.
Instance Attribute Details
#address_type ⇒ String
The type of the address you request.
1000 1001 1002 1003 1004 1005 |
# File 'lib/aws-sdk-outposts/types.rb', line 1000 class GetSiteAddressInput < Struct.new( :site_id, :address_type) SENSITIVE = [] include Aws::Structure end |
#site_id ⇒ String
The ID or the Amazon Resource Name (ARN) of the site.
1000 1001 1002 1003 1004 1005 |
# File 'lib/aws-sdk-outposts/types.rb', line 1000 class GetSiteAddressInput < Struct.new( :site_id, :address_type) SENSITIVE = [] include Aws::Structure end |