Module: Aws::ApiGatewayV2::Client::_UpdatePortalProductResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdatePortalProductResponse]
- 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
1689 |
# File 'sig/client.rbs', line 1689
def description: () -> ::String
|
#display_name ⇒ ::String
1690 |
# File 'sig/client.rbs', line 1690
def display_name: () -> ::String
|
#display_order ⇒ Types::DisplayOrder
1691 |
# File 'sig/client.rbs', line 1691
def display_order: () -> Types::DisplayOrder
|
#last_modified ⇒ ::Time
1692 |
# File 'sig/client.rbs', line 1692
def last_modified: () -> ::Time
|
#portal_product_arn ⇒ ::String
1693 |
# File 'sig/client.rbs', line 1693
def portal_product_arn: () -> ::String
|
#portal_product_id ⇒ ::String
1694 |
# File 'sig/client.rbs', line 1694
def portal_product_id: () -> ::String
|
#tags ⇒ ::Hash[::String, ::String]
1695 |
# File 'sig/client.rbs', line 1695
def tags: () -> ::Hash[::String, ::String]
|