Module: Aws::ApiGatewayV2::Client::_GetPortalProductResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetPortalProductResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #description ⇒ ::String
- #display_name ⇒ ::String
- #display_order ⇒ Types::DisplayOrder
- #last_modified ⇒ ::Time
- #portal_product_arn ⇒ ::String
- #portal_product_id ⇒ ::String
- #tags ⇒ ::Hash[::String, ::String]
Instance Method Details
#description ⇒ ::String
1018 |
# File 'sig/client.rbs', line 1018
def description: () -> ::String
|
#display_name ⇒ ::String
1019 |
# File 'sig/client.rbs', line 1019
def display_name: () -> ::String
|
#display_order ⇒ Types::DisplayOrder
1020 |
# File 'sig/client.rbs', line 1020
def display_order: () -> Types::DisplayOrder
|
#last_modified ⇒ ::Time
1021 |
# File 'sig/client.rbs', line 1021
def last_modified: () -> ::Time
|
#portal_product_arn ⇒ ::String
1022 |
# File 'sig/client.rbs', line 1022
def portal_product_arn: () -> ::String
|
#portal_product_id ⇒ ::String
1023 |
# File 'sig/client.rbs', line 1023
def portal_product_id: () -> ::String
|
#tags ⇒ ::Hash[::String, ::String]
1024 |
# File 'sig/client.rbs', line 1024
def tags: () -> ::Hash[::String, ::String]
|