Class: Aws::Types::GetSignalCatalogResponse

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)


626
627
628
# File 'sig/types.rbs', line 626

def arn
  @arn
end

#creation_time ⇒ ::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


629
630
631
# File 'sig/types.rbs', line 629

def creation_time
  @creation_time
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


627
628
629
# File 'sig/types.rbs', line 627

def description
  @description
end

#last_modification_time ⇒ ::Time

Returns the value of attribute last_modification_time.

Returns:

  • (::Time)


630
631
632
# File 'sig/types.rbs', line 630

def last_modification_time
  @last_modification_time
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


625
626
627
# File 'sig/types.rbs', line 625

def name
  @name
end

#node_counts ⇒ Types::NodeCounts

Returns the value of attribute node_counts.

Returns:



628
629
630
# File 'sig/types.rbs', line 628

def node_counts
  @node_counts
end