Class: Aws::Types::ResourceSharePermissionSummary

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:

  • (::String)


676
677
678
# File 'sig/types.rbs', line 676

def arn
  @arn
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


682
683
684
# File 'sig/types.rbs', line 682

def creation_time
  @creation_time
end

#default_versionBoolean

Returns the value of attribute default_version.

Returns:

  • (Boolean)


678
679
680
# File 'sig/types.rbs', line 678

def default_version
  @default_version
end

#feature_set"CREATED_FROM_POLICY", ...

Returns the value of attribute feature_set.

Returns:

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


686
687
688
# File 'sig/types.rbs', line 686

def feature_set
  @feature_set
end

#is_resource_type_defaultBoolean

Returns the value of attribute is_resource_type_default.

Returns:

  • (Boolean)


684
685
686
# File 'sig/types.rbs', line 684

def is_resource_type_default
  @is_resource_type_default
end

#last_updated_time::Time

Returns the value of attribute last_updated_time.

Returns:

  • (::Time)


683
684
685
# File 'sig/types.rbs', line 683

def last_updated_time
  @last_updated_time
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


679
680
681
# File 'sig/types.rbs', line 679

def name
  @name
end

#permission_type"CUSTOMER_MANAGED", "AWS_MANAGED"

Returns the value of attribute permission_type.

Returns:

  • ("CUSTOMER_MANAGED", "AWS_MANAGED")


685
686
687
# File 'sig/types.rbs', line 685

def permission_type
  @permission_type
end

#resource_type::String

Returns the value of attribute resource_type.

Returns:

  • (::String)


680
681
682
# File 'sig/types.rbs', line 680

def resource_type
  @resource_type
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


681
682
683
# File 'sig/types.rbs', line 681

def status
  @status
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



687
688
689
# File 'sig/types.rbs', line 687

def tags
  @tags
end

#version::String

Returns the value of attribute version.

Returns:

  • (::String)


677
678
679
# File 'sig/types.rbs', line 677

def version
  @version
end