Class: Aws::Types::SignalCatalogSummary

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)


1152
1153
1154
# File 'sig/types.rbs', line 1152

def arn
  @arn
end

#creation_time ⇒ ::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


1153
1154
1155
# File 'sig/types.rbs', line 1153

def creation_time
  @creation_time
end

#last_modification_time ⇒ ::Time

Returns the value of attribute last_modification_time.

Returns:

  • (::Time)


1154
1155
1156
# File 'sig/types.rbs', line 1154

def last_modification_time
  @last_modification_time
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


1151
1152
1153
# File 'sig/types.rbs', line 1151

def name
  @name
end