Class: Aws::MQ::Types::SharedResource

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#dns_namesArray<String>

The DNS names accessible by the broker.

Returns:

  • (Array<String>)


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

#errorTypes::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_arnString

The ARN of the shared resource.

Returns:

  • (String)


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_arnsArray<String>

The resource share ARNs to which the resource belongs.

Returns:

  • (Array<String>)


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

#statusString

The status of the shared resource.

Returns:

  • (String)


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

#typeString

The type of shared resource.

Returns:

  • (String)


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