Class: Aws::Types::BatchGetCustomDataIdentifierSummary

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)


118
119
120
# File 'sig/types.rbs', line 118

def arn
  @arn
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


119
120
121
# File 'sig/types.rbs', line 119

def created_at
  @created_at
end

#deletedBoolean

Returns the value of attribute deleted.

Returns:

  • (Boolean)


120
121
122
# File 'sig/types.rbs', line 120

def deleted
  @deleted
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


121
122
123
# File 'sig/types.rbs', line 121

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


122
123
124
# File 'sig/types.rbs', line 122

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


123
124
125
# File 'sig/types.rbs', line 123

def name
  @name
end