Class: Aws::Types::SubscribedPrincipalInput
- Inherits:
-
Object
- Object
- Aws::Types::SubscribedPrincipalInput
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: Group, Iam, Project, Unknown, User
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#group ⇒ Types::SubscribedGroupInput
Returns the value of attribute group.
-
#iam ⇒ Types::SubscribedIamPrincipalInput
Returns the value of attribute iam.
-
#project ⇒ Types::SubscribedProjectInput
Returns the value of attribute project.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
-
#user ⇒ Types::SubscribedUserInput
Returns the value of attribute user.
Instance Attribute Details
#group ⇒ Types::SubscribedGroupInput
Returns the value of attribute group.
6148 6149 6150 |
# File 'sig/types.rbs', line 6148 def group @group end |
#iam ⇒ Types::SubscribedIamPrincipalInput
Returns the value of attribute iam.
6149 6150 6151 |
# File 'sig/types.rbs', line 6149 def iam @iam end |
#project ⇒ Types::SubscribedProjectInput
Returns the value of attribute project.
6146 6147 6148 |
# File 'sig/types.rbs', line 6146 def project @project end |
#unknown ⇒ Object
Returns the value of attribute unknown.
6150 6151 6152 |
# File 'sig/types.rbs', line 6150 def unknown @unknown end |
#user ⇒ Types::SubscribedUserInput
Returns the value of attribute user.
6147 6148 6149 |
# File 'sig/types.rbs', line 6147 def user @user end |