Class: Aws::Types::ResourceIdentifier
- Inherits:
-
Object
- Object
- Aws::Types::ResourceIdentifier
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account ⇒ ::String
Returns the value of attribute account.
-
#ca_certificate_id ⇒ ::String
Returns the value of attribute ca_certificate_id.
-
#client_id ⇒ ::String
Returns the value of attribute client_id.
-
#cognito_identity_pool_id ⇒ ::String
Returns the value of attribute cognito_identity_pool_id.
-
#device_certificate_arn ⇒ ::String
Returns the value of attribute device_certificate_arn.
-
#device_certificate_id ⇒ ::String
Returns the value of attribute device_certificate_id.
-
#iam_role_arn ⇒ ::String
Returns the value of attribute iam_role_arn.
-
#issuer_certificate_identifier ⇒ Types::IssuerCertificateIdentifier
Returns the value of attribute issuer_certificate_identifier.
-
#policy_version_identifier ⇒ Types::PolicyVersionIdentifier
Returns the value of attribute policy_version_identifier.
-
#role_alias_arn ⇒ ::String
Returns the value of attribute role_alias_arn.
Instance Attribute Details
#account ⇒ ::String
Returns the value of attribute account.
4316 4317 4318 |
# File 'sig/types.rbs', line 4316 def account @account end |
#ca_certificate_id ⇒ ::String
Returns the value of attribute ca_certificate_id.
4312 4313 4314 |
# File 'sig/types.rbs', line 4312 def ca_certificate_id @ca_certificate_id end |
#client_id ⇒ ::String
Returns the value of attribute client_id.
4314 4315 4316 |
# File 'sig/types.rbs', line 4314 def client_id @client_id end |
#cognito_identity_pool_id ⇒ ::String
Returns the value of attribute cognito_identity_pool_id.
4313 4314 4315 |
# File 'sig/types.rbs', line 4313 def cognito_identity_pool_id @cognito_identity_pool_id end |
#device_certificate_arn ⇒ ::String
Returns the value of attribute device_certificate_arn.
4320 4321 4322 |
# File 'sig/types.rbs', line 4320 def device_certificate_arn @device_certificate_arn end |
#device_certificate_id ⇒ ::String
Returns the value of attribute device_certificate_id.
4311 4312 4313 |
# File 'sig/types.rbs', line 4311 def device_certificate_id @device_certificate_id end |
#iam_role_arn ⇒ ::String
Returns the value of attribute iam_role_arn.
4317 4318 4319 |
# File 'sig/types.rbs', line 4317 def iam_role_arn @iam_role_arn end |
#issuer_certificate_identifier ⇒ Types::IssuerCertificateIdentifier
Returns the value of attribute issuer_certificate_identifier.
4319 4320 4321 |
# File 'sig/types.rbs', line 4319 def issuer_certificate_identifier @issuer_certificate_identifier end |
#policy_version_identifier ⇒ Types::PolicyVersionIdentifier
Returns the value of attribute policy_version_identifier.
4315 4316 4317 |
# File 'sig/types.rbs', line 4315 def policy_version_identifier @policy_version_identifier end |
#role_alias_arn ⇒ ::String
Returns the value of attribute role_alias_arn.
4318 4319 4320 |
# File 'sig/types.rbs', line 4318 def role_alias_arn @role_alias_arn end |