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>)


2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
# File 'lib/aws-sdk-mq/types.rb', line 2744

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.



2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
# File 'lib/aws-sdk-mq/types.rb', line 2744

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)


2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
# File 'lib/aws-sdk-mq/types.rb', line 2744

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>)


2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
# File 'lib/aws-sdk-mq/types.rb', line 2744

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)


2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
# File 'lib/aws-sdk-mq/types.rb', line 2744

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)


2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
# File 'lib/aws-sdk-mq/types.rb', line 2744

class SharedResource < Struct.new(
  :dns_names,
  :error,
  :resource_arn,
  :resource_share_arns,
  :status,
  :type)
  SENSITIVE = []
  include Aws::Structure
end