Class: Aws::Types::ResourceShare

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#allow_external_principalsBoolean

Returns the value of attribute allow_external_principals.

Returns:

  • (Boolean)


591
592
593
# File 'sig/types.rbs', line 591

def allow_external_principals
  @allow_external_principals
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


595
596
597
# File 'sig/types.rbs', line 595

def creation_time
  @creation_time
end

#feature_set"CREATED_FROM_POLICY", ...

Returns the value of attribute feature_set.

Returns:

  • ("CREATED_FROM_POLICY", "PROMOTING_TO_STANDARD", "STANDARD")


597
598
599
# File 'sig/types.rbs', line 597

def feature_set
  @feature_set
end

#last_updated_time::Time

Returns the value of attribute last_updated_time.

Returns:

  • (::Time)


596
597
598
# File 'sig/types.rbs', line 596

def last_updated_time
  @last_updated_time
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


589
590
591
# File 'sig/types.rbs', line 589

def name
  @name
end

#owning_account_id::String

Returns the value of attribute owning_account_id.

Returns:

  • (::String)


590
591
592
# File 'sig/types.rbs', line 590

def 
  @owning_account_id
end

#resource_share_arn::String

Returns the value of attribute resource_share_arn.

Returns:

  • (::String)


588
589
590
# File 'sig/types.rbs', line 588

def resource_share_arn
  @resource_share_arn
end

#resource_share_configurationTypes::ResourceShareConfiguration

Returns the value of attribute resource_share_configuration.



598
599
600
# File 'sig/types.rbs', line 598

def resource_share_configuration
  @resource_share_configuration
end

#status"PENDING", ...

Returns the value of attribute status.

Returns:

  • ("PENDING", "ACTIVE", "FAILED", "DELETING", "DELETED")


592
593
594
# File 'sig/types.rbs', line 592

def status
  @status
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


593
594
595
# File 'sig/types.rbs', line 593

def status_message
  @status_message
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



594
595
596
# File 'sig/types.rbs', line 594

def tags
  @tags
end