Class: Aws::Types::GetFieldResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attributes ⇒ Types::FieldAttributes

Returns the value of attribute attributes.



702
703
704
# File 'sig/types.rbs', line 702

def attributes
  @attributes
end

#created_time ⇒ ::Time

Returns the value of attribute created_time.

Returns:

  • (::Time)


700
701
702
# File 'sig/types.rbs', line 700

def created_time
  @created_time
end

#deleted ⇒ Boolean

Returns the value of attribute deleted.

Returns:

  • (Boolean)


699
700
701
# File 'sig/types.rbs', line 699

def deleted
  @deleted
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


695
696
697
# File 'sig/types.rbs', line 695

def description
  @description
end

#field_arn ⇒ ::String

Returns the value of attribute field_arn.

Returns:

  • (::String)


694
695
696
# File 'sig/types.rbs', line 694

def field_arn
  @field_arn
end

#field_id ⇒ ::String

Returns the value of attribute field_id.

Returns:

  • (::String)


692
693
694
# File 'sig/types.rbs', line 692

def field_id
  @field_id
end

#last_modified_time ⇒ ::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


701
702
703
# File 'sig/types.rbs', line 701

def last_modified_time
  @last_modified_time
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


693
694
695
# File 'sig/types.rbs', line 693

def name
  @name
end

#namespace ⇒ "System", "Custom"

Returns the value of attribute namespace.

Returns:

  • ("System", "Custom")


697
698
699
# File 'sig/types.rbs', line 697

def namespace
  @namespace
end

#tags ⇒ ::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


698
699
700
# File 'sig/types.rbs', line 698

def tags
  @tags
end

#type ⇒ "Text", ...

Returns the value of attribute type.

Returns:

  • ("Text", "Number", "Boolean", "DateTime", "SingleSelect", "Url", "User")


696
697
698
# File 'sig/types.rbs', line 696

def type
  @type
end