Class: Aws::Types::DescribeActivityOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#activity_arn::String

Returns the value of attribute activity_arn.

Returns:

  • (::String)


187
188
189
# File 'sig/types.rbs', line 187

def activity_arn
  @activity_arn
end

#creation_date::Time

Returns the value of attribute creation_date.

Returns:

  • (::Time)


189
190
191
# File 'sig/types.rbs', line 189

def creation_date
  @creation_date
end

#encryption_configurationTypes::EncryptionConfiguration

Returns the value of attribute encryption_configuration.



190
191
192
# File 'sig/types.rbs', line 190

def encryption_configuration
  @encryption_configuration
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


188
189
190
# File 'sig/types.rbs', line 188

def name
  @name
end