Class: Aws::Types::SharedResource
- Inherits:
-
Object
- Object
- Aws::Types::SharedResource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dns_names ⇒ ::Array[::String]
Returns the value of attribute dns_names.
-
#error ⇒ Types::SharedResourceError
Returns the value of attribute error.
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
-
#resource_share_arns ⇒ ::Array[::String]
Returns the value of attribute resource_share_arns.
-
#status ⇒ "AVAILABLE", ...
Returns the value of attribute status.
-
#type ⇒ "RESOURCE_SHARE", "RESOURCE"
Returns the value of attribute type.
Instance Attribute Details
#dns_names ⇒ ::Array[::String]
Returns the value of attribute dns_names.
731 732 733 |
# File 'sig/types.rbs', line 731 def dns_names @dns_names end |
#error ⇒ Types::SharedResourceError
Returns the value of attribute error.
732 733 734 |
# File 'sig/types.rbs', line 732 def error @error end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
733 734 735 |
# File 'sig/types.rbs', line 733 def resource_arn @resource_arn end |
#resource_share_arns ⇒ ::Array[::String]
Returns the value of attribute resource_share_arns.
734 735 736 |
# File 'sig/types.rbs', line 734 def resource_share_arns @resource_share_arns end |
#status ⇒ "AVAILABLE", ...
Returns the value of attribute status.
735 736 737 |
# File 'sig/types.rbs', line 735 def status @status end |
#type ⇒ "RESOURCE_SHARE", "RESOURCE"
Returns the value of attribute type.
736 737 738 |
# File 'sig/types.rbs', line 736 def type @type end |