Module: Aws::PartnerCentralAccount::Client::_GetProfileVisibilityResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetProfileVisibilityResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #catalog ⇒ ::String
- #id ⇒ ::String
- #profile_id ⇒ ::String
- #visibility ⇒ "PRIVATE", "PUBLIC"
Instance Method Details
#arn ⇒ ::String
354 |
# File 'sig/client.rbs', line 354
def arn: () -> ::String
|
#catalog ⇒ ::String
353 |
# File 'sig/client.rbs', line 353
def catalog: () -> ::String
|
#id ⇒ ::String
355 |
# File 'sig/client.rbs', line 355
def id: () -> ::String
|
#profile_id ⇒ ::String
357 |
# File 'sig/client.rbs', line 357
def profile_id: () -> ::String
|
#visibility ⇒ "PRIVATE", "PUBLIC"
356 |
# File 'sig/client.rbs', line 356
def visibility: () -> ("PRIVATE" | "PUBLIC")
|