Class: Aws::Types::RelatedResource

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#additional_info::Hash[::String, ::String]

Returns the value of attribute additional_info.

Returns:

  • (::Hash[::String, ::String])


4258
4259
4260
# File 'sig/types.rbs', line 4258

def additional_info
  @additional_info
end

#resource_identifierTypes::ResourceIdentifier

Returns the value of attribute resource_identifier.



4257
4258
4259
# File 'sig/types.rbs', line 4257

def resource_identifier
  @resource_identifier
end

#resource_type"DEVICE_CERTIFICATE", ...

Returns the value of attribute resource_type.

Returns:

  • ("DEVICE_CERTIFICATE", "CA_CERTIFICATE", "IOT_POLICY", "COGNITO_IDENTITY_POOL", "CLIENT_ID", "ACCOUNT_SETTINGS", "ROLE_ALIAS", "IAM_ROLE", "ISSUER_CERTIFICATE")


4256
4257
4258
# File 'sig/types.rbs', line 4256

def resource_type
  @resource_type
end