Class: Aws::Types::DescribePublisherOutput
- Inherits:
-
Object
- Object
- Aws::Types::DescribePublisherOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#identity_provider ⇒ "AWS_Marketplace", ...
Returns the value of attribute identity_provider.
-
#publisher_id ⇒ ::String
Returns the value of attribute publisher_id.
-
#publisher_profile ⇒ ::String
Returns the value of attribute publisher_profile.
-
#publisher_status ⇒ "VERIFIED", "UNVERIFIED"
Returns the value of attribute publisher_status.
Instance Attribute Details
#identity_provider ⇒ "AWS_Marketplace", ...
Returns the value of attribute identity_provider.
504 505 506 |
# File 'sig/types.rbs', line 504 def identity_provider @identity_provider end |
#publisher_id ⇒ ::String
Returns the value of attribute publisher_id.
502 503 504 |
# File 'sig/types.rbs', line 502 def publisher_id @publisher_id end |
#publisher_profile ⇒ ::String
Returns the value of attribute publisher_profile.
505 506 507 |
# File 'sig/types.rbs', line 505 def publisher_profile @publisher_profile end |
#publisher_status ⇒ "VERIFIED", "UNVERIFIED"
Returns the value of attribute publisher_status.
503 504 505 |
# File 'sig/types.rbs', line 503 def publisher_status @publisher_status end |