Class: Aws::Types::NonCompliantResource

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])


3992
3993
3994
# File 'sig/types.rbs', line 3992

def additional_info
  @additional_info
end

#resource_identifierTypes::ResourceIdentifier

Returns the value of attribute resource_identifier.



3991
3992
3993
# File 'sig/types.rbs', line 3991

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")


3990
3991
3992
# File 'sig/types.rbs', line 3990

def resource_type
  @resource_type
end