Module: Aws::PartnerCentralRevenueMeasurement::Client::_CreateMarketplaceRevenueShareResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateMarketplaceRevenueShareOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #catalog ⇒ "AWS", "Sandbox"
- #created_date ⇒ ::Time
- #last_modified_date ⇒ ::Time
- #product_code ⇒ ::String
- #product_id ⇒ ::String
- #product_name ⇒ ::String
- #revision ⇒ ::Integer
Instance Method Details
#arn ⇒ ::String
84 |
# File 'sig/client.rbs', line 84
def arn: () -> ::String
|
#catalog ⇒ "AWS", "Sandbox"
85 |
# File 'sig/client.rbs', line 85
def catalog: () -> ("AWS" | "Sandbox")
|
#created_date ⇒ ::Time
88 |
# File 'sig/client.rbs', line 88
def created_date: () -> ::Time
|
#last_modified_date ⇒ ::Time
89 |
# File 'sig/client.rbs', line 89
def last_modified_date: () -> ::Time
|
#product_code ⇒ ::String
86 |
# File 'sig/client.rbs', line 86
def product_code: () -> ::String
|
#product_id ⇒ ::String
83 |
# File 'sig/client.rbs', line 83
def product_id: () -> ::String
|
#product_name ⇒ ::String
87 |
# File 'sig/client.rbs', line 87
def product_name: () -> ::String
|
#revision ⇒ ::Integer
90 |
# File 'sig/client.rbs', line 90
def revision: () -> ::Integer
|