Class: Aws::Types::SubscribedPrincipal
- Inherits:
-
Object
- Object
- Aws::Types::SubscribedPrincipal
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: Group, Iam, Project, Unknown, User
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#group ⇒ Types::SubscribedGroup
Returns the value of attribute group.
-
#iam ⇒ Types::SubscribedIamPrincipal
Returns the value of attribute iam.
-
#project ⇒ Types::SubscribedProject
Returns the value of attribute project.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
-
#user ⇒ Types::SubscribedUser
Returns the value of attribute user.
Instance Attribute Details
#group ⇒ Types::SubscribedGroup
Returns the value of attribute group.
6128 6129 6130 |
# File 'sig/types.rbs', line 6128 def group @group end |
#iam ⇒ Types::SubscribedIamPrincipal
Returns the value of attribute iam.
6129 6130 6131 |
# File 'sig/types.rbs', line 6129 def iam @iam end |
#project ⇒ Types::SubscribedProject
Returns the value of attribute project.
6126 6127 6128 |
# File 'sig/types.rbs', line 6126 def project @project end |
#unknown ⇒ Object
Returns the value of attribute unknown.
6130 6131 6132 |
# File 'sig/types.rbs', line 6130 def unknown @unknown end |
#user ⇒ Types::SubscribedUser
Returns the value of attribute user.
6127 6128 6129 |
# File 'sig/types.rbs', line 6127 def user @user end |