Class: Aws::Types::DescribeActionResponse

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#action_arn::String

Returns the value of attribute action_arn.



3782
3783
3784
# File 'sig/types.rbs', line 3782

def action_arn
  @action_arn
end

#action_name::String

Returns the value of attribute action_name.



3781
3782
3783
# File 'sig/types.rbs', line 3781

def action_name
  @action_name
end

#action_type::String

Returns the value of attribute action_type.



3784
3785
3786
# File 'sig/types.rbs', line 3784

def action_type
  @action_type
end

#created_byTypes::UserContext

Returns the value of attribute created_by.



3789
3790
3791
# File 'sig/types.rbs', line 3789

def created_by
  @created_by
end

#creation_time::Time

Returns the value of attribute creation_time.



3788
3789
3790
# File 'sig/types.rbs', line 3788

def creation_time
  @creation_time
end

#description::String

Returns the value of attribute description.



3785
3786
3787
# File 'sig/types.rbs', line 3785

def description
  @description
end

#last_modified_byTypes::UserContext

Returns the value of attribute last_modified_by.



3791
3792
3793
# File 'sig/types.rbs', line 3791

def last_modified_by
  @last_modified_by
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.



3790
3791
3792
# File 'sig/types.rbs', line 3790

def last_modified_time
  @last_modified_time
end

#lineage_group_arn::String

Returns the value of attribute lineage_group_arn.



3793
3794
3795
# File 'sig/types.rbs', line 3793

def lineage_group_arn
  @lineage_group_arn
end

#metadata_propertiesTypes::MetadataProperties

Returns the value of attribute metadata_properties.



3792
3793
3794
# File 'sig/types.rbs', line 3792

def 
  
end

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

Returns the value of attribute properties.



3787
3788
3789
# File 'sig/types.rbs', line 3787

def properties
  @properties
end

#sourceTypes::ActionSource

Returns the value of attribute source.



3783
3784
3785
# File 'sig/types.rbs', line 3783

def source
  @source
end

#status"Unknown", ...

Returns the value of attribute status.



3786
3787
3788
# File 'sig/types.rbs', line 3786

def status
  @status
end