Class: Aws::Types::SubscribedPrincipalInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Defined Under Namespace

Classes: Group, Iam, Project, Unknown, User

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#groupTypes::SubscribedGroupInput

Returns the value of attribute group.



6148
6149
6150
# File 'sig/types.rbs', line 6148

def group
  @group
end

#iamTypes::SubscribedIamPrincipalInput

Returns the value of attribute iam.



6149
6150
6151
# File 'sig/types.rbs', line 6149

def iam
  @iam
end

#projectTypes::SubscribedProjectInput

Returns the value of attribute project.



6146
6147
6148
# File 'sig/types.rbs', line 6146

def project
  @project
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


6150
6151
6152
# File 'sig/types.rbs', line 6150

def unknown
  @unknown
end

#userTypes::SubscribedUserInput

Returns the value of attribute user.



6147
6148
6149
# File 'sig/types.rbs', line 6147

def user
  @user
end