Class: Aws::Types::SubscribedPrincipal

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::SubscribedGroup

Returns the value of attribute group.



6128
6129
6130
# File 'sig/types.rbs', line 6128

def group
  @group
end

#iamTypes::SubscribedIamPrincipal

Returns the value of attribute iam.



6129
6130
6131
# File 'sig/types.rbs', line 6129

def iam
  @iam
end

#projectTypes::SubscribedProject

Returns the value of attribute project.



6126
6127
6128
# File 'sig/types.rbs', line 6126

def project
  @project
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


6130
6131
6132
# File 'sig/types.rbs', line 6130

def unknown
  @unknown
end

#userTypes::SubscribedUser

Returns the value of attribute user.



6127
6128
6129
# File 'sig/types.rbs', line 6127

def user
  @user
end