Module: Aws::ApiGatewayV2::Client::_CreatePortalProductResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreatePortalProductResponse]
- 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
328 |
# File 'sig/client.rbs', line 328
def description: () -> ::String
|
#display_name ⇒ ::String
329 |
# File 'sig/client.rbs', line 329
def display_name: () -> ::String
|
#display_order ⇒ Types::DisplayOrder
330 |
# File 'sig/client.rbs', line 330
def display_order: () -> Types::DisplayOrder
|
#last_modified ⇒ ::Time
331 |
# File 'sig/client.rbs', line 331
def last_modified: () -> ::Time
|
#portal_product_arn ⇒ ::String
332 |
# File 'sig/client.rbs', line 332
def portal_product_arn: () -> ::String
|
#portal_product_id ⇒ ::String
333 |
# File 'sig/client.rbs', line 333
def portal_product_id: () -> ::String
|
#tags ⇒ ::Hash[::String, ::String]
334 |
# File 'sig/client.rbs', line 334
def tags: () -> ::Hash[::String, ::String]
|