Class: Aws::Types::AssociatedPermission

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)


54
55
56
# File 'sig/types.rbs', line 54

def arn
  @arn
end

#default_versionBoolean

Returns the value of attribute default_version.

Returns:

  • (Boolean)


56
57
58
# File 'sig/types.rbs', line 56

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


59
60
61
# File 'sig/types.rbs', line 59

def feature_set
  @feature_set
end

#last_updated_time::Time

Returns the value of attribute last_updated_time.

Returns:

  • (::Time)


60
61
62
# File 'sig/types.rbs', line 60

def last_updated_time
  @last_updated_time
end

#permission_version::String

Returns the value of attribute permission_version.

Returns:

  • (::String)


55
56
57
# File 'sig/types.rbs', line 55

def permission_version
  @permission_version
end

#resource_share_arn::String

Returns the value of attribute resource_share_arn.

Returns:

  • (::String)


61
62
63
# File 'sig/types.rbs', line 61

def resource_share_arn
  @resource_share_arn
end

#resource_type::String

Returns the value of attribute resource_type.

Returns:

  • (::String)


57
58
59
# File 'sig/types.rbs', line 57

def resource_type
  @resource_type
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


58
59
60
# File 'sig/types.rbs', line 58

def status
  @status
end