Class: Aws::Types::Attachment

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#attachment_arn::String

Returns the value of attribute attachment_arn.

Returns:



108
109
110
# File 'sig/types.rbs', line 108

def attachment_arn
  @attachment_arn
end

#created_time::Time

Returns the value of attribute created_time.

Returns:



113
114
115
# File 'sig/types.rbs', line 113

def created_time
  @created_time
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:



112
113
114
# File 'sig/types.rbs', line 112

def last_modified_time
  @last_modified_time
end

#name::String

Returns the value of attribute name.

Returns:



109
110
111
# File 'sig/types.rbs', line 109

def name
  @name
end

#principals::Array[::String]

Returns the value of attribute principals.

Returns:



110
111
112
# File 'sig/types.rbs', line 110

def principals
  @principals
end

#resources::Array[Types::Resource]

Returns the value of attribute resources.

Returns:



111
112
113
# File 'sig/types.rbs', line 111

def resources
  @resources
end