Class: Aws::MQ::Types::SharedResource
- Inherits:
-
Struct
- Object
- Struct
- Aws::MQ::Types::SharedResource
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mq/types.rb
Overview
Represents a resource that is shared with the broker, including its type, ARN, and current status.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dns_names ⇒ Array<String>
The DNS names accessible by the broker.
-
#error ⇒ Types::SharedResourceError
Information on the error encountered by the resource.
-
#resource_arn ⇒ String
The ARN of the shared resource.
-
#resource_share_arns ⇒ Array<String>
The resource share ARNs to which the resource belongs.
-
#status ⇒ String
The status of the shared resource.
-
#type ⇒ String
The type of shared resource.
Instance Attribute Details
#dns_names ⇒ Array<String>
The DNS names accessible by the broker.
2712 2713 2714 2715 2716 2717 2718 2719 2720 2721 |
# File 'lib/aws-sdk-mq/types.rb', line 2712 class SharedResource < Struct.new( :dns_names, :error, :resource_arn, :resource_share_arns, :status, :type) SENSITIVE = [] include Aws::Structure end |
#error ⇒ Types::SharedResourceError
Information on the error encountered by the resource.
2712 2713 2714 2715 2716 2717 2718 2719 2720 2721 |
# File 'lib/aws-sdk-mq/types.rb', line 2712 class SharedResource < Struct.new( :dns_names, :error, :resource_arn, :resource_share_arns, :status, :type) SENSITIVE = [] include Aws::Structure end |
#resource_arn ⇒ String
The ARN of the shared resource.
2712 2713 2714 2715 2716 2717 2718 2719 2720 2721 |
# File 'lib/aws-sdk-mq/types.rb', line 2712 class SharedResource < Struct.new( :dns_names, :error, :resource_arn, :resource_share_arns, :status, :type) SENSITIVE = [] include Aws::Structure end |
#resource_share_arns ⇒ Array<String>
The resource share ARNs to which the resource belongs.
2712 2713 2714 2715 2716 2717 2718 2719 2720 2721 |
# File 'lib/aws-sdk-mq/types.rb', line 2712 class SharedResource < Struct.new( :dns_names, :error, :resource_arn, :resource_share_arns, :status, :type) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the shared resource.
2712 2713 2714 2715 2716 2717 2718 2719 2720 2721 |
# File 'lib/aws-sdk-mq/types.rb', line 2712 class SharedResource < Struct.new( :dns_names, :error, :resource_arn, :resource_share_arns, :status, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of shared resource.
2712 2713 2714 2715 2716 2717 2718 2719 2720 2721 |
# File 'lib/aws-sdk-mq/types.rb', line 2712 class SharedResource < Struct.new( :dns_names, :error, :resource_arn, :resource_share_arns, :status, :type) SENSITIVE = [] include Aws::Structure end |