Class: Aws::Types::GetPasswordDataResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:password_data])

Instance Attribute Summary collapse

Instance Attribute Details

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


10282
10283
10284
# File 'sig/types.rbs', line 10282

def instance_id
  @instance_id
end

#password_data::String

Returns the value of attribute password_data.

Returns:

  • (::String)


10284
10285
10286
# File 'sig/types.rbs', line 10284

def password_data
  @password_data
end

#timestamp::Time

Returns the value of attribute timestamp.

Returns:

  • (::Time)


10283
10284
10285
# File 'sig/types.rbs', line 10283

def timestamp
  @timestamp
end