Class: Aws::Types::DescribeActionResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#action_arn::String

Returns the value of attribute action_arn.

Returns:

  • (::String)


3765
3766
3767
# File 'sig/types.rbs', line 3765

def action_arn
  @action_arn
end

#action_name::String

Returns the value of attribute action_name.

Returns:

  • (::String)


3764
3765
3766
# File 'sig/types.rbs', line 3764

def action_name
  @action_name
end

#action_type::String

Returns the value of attribute action_type.

Returns:

  • (::String)


3767
3768
3769
# File 'sig/types.rbs', line 3767

def action_type
  @action_type
end

#created_byTypes::UserContext

Returns the value of attribute created_by.

Returns:



3772
3773
3774
# File 'sig/types.rbs', line 3772

def created_by
  @created_by
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


3771
3772
3773
# File 'sig/types.rbs', line 3771

def creation_time
  @creation_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


3768
3769
3770
# File 'sig/types.rbs', line 3768

def description
  @description
end

#last_modified_byTypes::UserContext

Returns the value of attribute last_modified_by.

Returns:



3774
3775
3776
# File 'sig/types.rbs', line 3774

def last_modified_by
  @last_modified_by
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


3773
3774
3775
# File 'sig/types.rbs', line 3773

def last_modified_time
  @last_modified_time
end

#lineage_group_arn::String

Returns the value of attribute lineage_group_arn.

Returns:

  • (::String)


3776
3777
3778
# File 'sig/types.rbs', line 3776

def lineage_group_arn
  @lineage_group_arn
end

#metadata_propertiesTypes::MetadataProperties

Returns the value of attribute metadata_properties.



3775
3776
3777
# File 'sig/types.rbs', line 3775

def 
  @metadata_properties
end

#properties::Hash[::String, ::String]

Returns the value of attribute properties.

Returns:

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


3770
3771
3772
# File 'sig/types.rbs', line 3770

def properties
  @properties
end

#sourceTypes::ActionSource

Returns the value of attribute source.

Returns:



3766
3767
3768
# File 'sig/types.rbs', line 3766

def source
  @source
end

#status"Unknown", ...

Returns the value of attribute status.

Returns:

  • ("Unknown", "InProgress", "Completed", "Failed", "Stopping", "Stopped")


3769
3770
3771
# File 'sig/types.rbs', line 3769

def status
  @status
end