Class: Aws::Types::SharedResource

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#dns_names::Array[::String]

Returns the value of attribute dns_names.

Returns:



731
732
733
# File 'sig/types.rbs', line 731

def dns_names
  @dns_names
end

#errorTypes::SharedResourceError

Returns the value of attribute error.

Returns:



732
733
734
# File 'sig/types.rbs', line 732

def error
  @error
end

#resource_arn::String

Returns the value of attribute resource_arn.

Returns:



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.

Returns:



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.

Returns:



735
736
737
# File 'sig/types.rbs', line 735

def status
  @status
end

#type"RESOURCE_SHARE", "RESOURCE"

Returns the value of attribute type.

Returns:



736
737
738
# File 'sig/types.rbs', line 736

def type
  @type
end