Class: Aws::Types::ListRegistrationAssociationsResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1233
1234
1235
# File 'sig/types.rbs', line 1233

def next_token
  @next_token
end

#registration_arn ⇒ ::String

Returns the value of attribute registration_arn.

Returns:

  • (::String)


1229
1230
1231
# File 'sig/types.rbs', line 1229

def registration_arn
  @registration_arn
end

#registration_associations ⇒ ::Array[Types::RegistrationAssociationMetadata]

Returns the value of attribute registration_associations.



1232
1233
1234
# File 'sig/types.rbs', line 1232

def registration_associations
  @registration_associations
end

#registration_id ⇒ ::String

Returns the value of attribute registration_id.

Returns:

  • (::String)


1230
1231
1232
# File 'sig/types.rbs', line 1230

def registration_id
  @registration_id
end

#registration_type ⇒ ::String

Returns the value of attribute registration_type.

Returns:

  • (::String)


1231
1232
1233
# File 'sig/types.rbs', line 1231

def registration_type
  @registration_type
end