Module: Aws::CloudFormation::Client::_DescribePublisherResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribePublisherOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #identity_provider ⇒ "AWS_Marketplace", ...
- #publisher_id ⇒ ::String
- #publisher_profile ⇒ ::String
- #publisher_status ⇒ "VERIFIED", "UNVERIFIED"
Instance Method Details
#identity_provider ⇒ "AWS_Marketplace", ...
597 |
# File 'sig/client.rbs', line 597
def identity_provider: () -> ("AWS_Marketplace" | "GitHub" | "Bitbucket")
|
#publisher_id ⇒ ::String
595 |
# File 'sig/client.rbs', line 595
def publisher_id: () -> ::String
|
#publisher_profile ⇒ ::String
598 |
# File 'sig/client.rbs', line 598
def publisher_profile: () -> ::String
|
#publisher_status ⇒ "VERIFIED", "UNVERIFIED"
596 |
# File 'sig/client.rbs', line 596
def publisher_status: () -> ("VERIFIED" | "UNVERIFIED")
|