Class: Aws::Types::Resource
- Inherits:
-
Object
- Object
- Aws::Types::Resource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_arn ⇒ ::String
Returns the value of attribute application_arn.
-
#application_name ⇒ ::String
Returns the value of attribute application_name.
-
#data_classification ⇒ Types::DataClassificationDetails
Returns the value of attribute data_classification.
-
#details ⇒ Types::ResourceDetails
Returns the value of attribute details.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#owner ⇒ Types::ResourceOwner
Returns the value of attribute owner.
-
#partition ⇒ "aws", ...
Returns the value of attribute partition.
-
#provider ⇒ "Azure", "AWS"
Returns the value of attribute provider.
-
#region ⇒ ::String
Returns the value of attribute region.
-
#resource_role ⇒ ::String
Returns the value of attribute resource_role.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#type ⇒ ::String
Returns the value of attribute type.
Instance Attribute Details
#application_arn ⇒ ::String
Returns the value of attribute application_arn.
7052 7053 7054 |
# File 'sig/types.rbs', line 7052 def application_arn @application_arn end |
#application_name ⇒ ::String
Returns the value of attribute application_name.
7051 7052 7053 |
# File 'sig/types.rbs', line 7051 def application_name @application_name end |
#data_classification ⇒ Types::DataClassificationDetails
Returns the value of attribute data_classification.
7049 7050 7051 |
# File 'sig/types.rbs', line 7049 def data_classification @data_classification end |
#details ⇒ Types::ResourceDetails
Returns the value of attribute details.
7050 7051 7052 |
# File 'sig/types.rbs', line 7050 def details @details end |
#id ⇒ ::String
Returns the value of attribute id.
7042 7043 7044 |
# File 'sig/types.rbs', line 7042 def id @id end |
#owner ⇒ Types::ResourceOwner
Returns the value of attribute owner.
7046 7047 7048 |
# File 'sig/types.rbs', line 7046 def owner @owner end |
#partition ⇒ "aws", ...
Returns the value of attribute partition.
7043 7044 7045 |
# File 'sig/types.rbs', line 7043 def partition @partition end |
#provider ⇒ "Azure", "AWS"
Returns the value of attribute provider.
7045 7046 7047 |
# File 'sig/types.rbs', line 7045 def provider @provider end |
#region ⇒ ::String
Returns the value of attribute region.
7044 7045 7046 |
# File 'sig/types.rbs', line 7044 def region @region end |
#resource_role ⇒ ::String
Returns the value of attribute resource_role.
7047 7048 7049 |
# File 'sig/types.rbs', line 7047 def resource_role @resource_role end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
7048 7049 7050 |
# File 'sig/types.rbs', line 7048 def @tags end |
#type ⇒ ::String
Returns the value of attribute type.
7041 7042 7043 |
# File 'sig/types.rbs', line 7041 def type @type end |