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.



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

def group
  @group
end

#iamTypes::SubscribedIamPrincipalInput

Returns the value of attribute iam.



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

def iam
  @iam
end

#projectTypes::SubscribedProjectInput

Returns the value of attribute project.



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

def project
  @project
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


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

def unknown
  @unknown
end

#userTypes::SubscribedUserInput

Returns the value of attribute user.



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

def user
  @user
end