Class: Aws::Types::ResourceSharePermissionDetail

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:



659
660
661
# File 'sig/types.rbs', line 659

def arn
  @arn
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:



665
666
667
# File 'sig/types.rbs', line 665

def creation_time
  @creation_time
end

#default_versionBoolean

Returns the value of attribute default_version.

Returns:



661
662
663
# File 'sig/types.rbs', line 661

def default_version
  @default_version
end

#feature_set"CREATED_FROM_POLICY", ...

Returns the value of attribute feature_set.

Returns:



669
670
671
# File 'sig/types.rbs', line 669

def feature_set
  @feature_set
end

#is_resource_type_defaultBoolean

Returns the value of attribute is_resource_type_default.

Returns:



667
668
669
# File 'sig/types.rbs', line 667

def is_resource_type_default
  @is_resource_type_default
end

#last_updated_time::Time

Returns the value of attribute last_updated_time.

Returns:



666
667
668
# File 'sig/types.rbs', line 666

def last_updated_time
  @last_updated_time
end

#name::String

Returns the value of attribute name.

Returns:



662
663
664
# File 'sig/types.rbs', line 662

def name
  @name
end

#permission::String

Returns the value of attribute permission.

Returns:



664
665
666
# File 'sig/types.rbs', line 664

def permission
  @permission
end

#permission_type"CUSTOMER_MANAGED", "AWS_MANAGED"

Returns the value of attribute permission_type.

Returns:



668
669
670
# File 'sig/types.rbs', line 668

def permission_type
  @permission_type
end

#resource_type::String

Returns the value of attribute resource_type.

Returns:



663
664
665
# File 'sig/types.rbs', line 663

def resource_type
  @resource_type
end

#status"ATTACHABLE", ...

Returns the value of attribute status.

Returns:



670
671
672
# File 'sig/types.rbs', line 670

def status
  @status
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



671
672
673
# File 'sig/types.rbs', line 671

def tags
  @tags
end

#version::String

Returns the value of attribute version.

Returns:



660
661
662
# File 'sig/types.rbs', line 660

def version
  @version
end