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)


1216
1217
1218
# File 'sig/types.rbs', line 1216

def next_token
  @next_token
end

#registration_arn::String

Returns the value of attribute registration_arn.

Returns:

  • (::String)


1212
1213
1214
# File 'sig/types.rbs', line 1212

def registration_arn
  @registration_arn
end

#registration_associations::Array[Types::RegistrationAssociationMetadata]

Returns the value of attribute registration_associations.



1215
1216
1217
# File 'sig/types.rbs', line 1215

def registration_associations
  @registration_associations
end

#registration_id::String

Returns the value of attribute registration_id.

Returns:

  • (::String)


1213
1214
1215
# File 'sig/types.rbs', line 1213

def registration_id
  @registration_id
end

#registration_type::String

Returns the value of attribute registration_type.

Returns:

  • (::String)


1214
1215
1216
# File 'sig/types.rbs', line 1214

def registration_type
  @registration_type
end